Click or drag to resize

ResourceGetInputStream Method (String)

Returns the data stream from the resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public Stream GetInputStream(
	string address
)

Parameters

address
Type: SystemString
The URI that identifies the resource.

Return Value

Type: Stream
An instance of the Stream class for reading data from the resource.
See Also